Skip to content

🩹 [Patch]: Remove GITHUB_TOKEN environment variable, its already in the Github-Script#75

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
removeToken
Mar 7, 2025
Merged

🩹 [Patch]: Remove GITHUB_TOKEN environment variable, its already in the Github-Script#75
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
removeToken

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Mar 7, 2025

Description

This pull request includes a small change to the .github/workflows/Auto-Release.yml file. The change removes the env section that contained the GITHUB_TOKEN used for GitHub CLI authentication. This is already included in the GitHub-Script, so the env section is no longer needed.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Copilot AI review requested due to automatic review settings March 7, 2025 20:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This patch removes the redundant declaration of the GITHUB_TOKEN environment variable in the Auto-Release workflow since it is already available in the GitHub-Script.

  • Removed the env block containing GITHUB_TOKEN
  • Simplified the workflow file configuration

Reviewed Changes

File Description
.github/workflows/Auto-Release.yml Removed the unnecessary env configuration for GITHUB_TOKEN

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 9e2bd35 into main Mar 7, 2025
10 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the removeToken branch March 7, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants